home *** CD-ROM | disk | FTP | other *** search
/ Net Connect / NetConnect - Version 1.iso / mui / docs / changes < prev    next >
Encoding:
Text File  |  1997-02-11  |  45.0 KB  |  1,289 lines

  1. ************************************************************************
  2.  
  3.                         MUI - MagicUserInterface
  4.  
  5.                 (c) Copyright 1992-97 by Stefan Stuntz
  6.  
  7.         This file describes all changes since version 1.0 of MUI
  8.  
  9. ************************************************************************
  10.  
  11.  
  12.  
  13. ------------------------------------------------------------------------
  14. Version 3.8 (12-Feb-97)                       (muimaster.library V19.31)
  15. ------------------------------------------------------------------------
  16.  
  17. * MINOR SASG UPDATE *
  18.  
  19. Still not registered for MUI?
  20. Check out www.sasg.com for great discounts NOW!
  21.  
  22. Changes for users:
  23.  
  24. - When tab-cycling through objects of a virtual group, MUI tries to
  25.   ensure that the surrounding active object frame is always visible.
  26.  
  27. - Added a little gimmick for registered users (OS 3.x required): Take a
  28.   digitized picture of yourself (approximately 80x100 pixels in size)
  29.   and copy it to "MUI:user.pic". MUI's preferences will then become a
  30.   little more personal :). Note that you can use any graphics format
  31.   (ilbm, gif, jpeg, etc) as long as you have a datatype to read it. In
  32.   other words: if you can view it with Multiview, MUI can display it
  33.   too. Take care that the picture is not too big, otherwise MUI might
  34.   fail to open the prefs window. Thanks again for supporting MUI and the
  35.   Amiga!
  36.  
  37. - Included new catalogs:
  38.     Portuguese by Fernando Nunes and Alexandre Gabriel
  39.     Spanish by Pedro Luis Mieza and Juan Antonio Ramirez
  40.  
  41. - Translations of PSI were still messed up. All catalog related problems
  42.   should finally be fixed now.
  43.  
  44. - Fixed a few more bugs concerning the appearance and refresh of help
  45.   bubbles.
  46.  
  47. - Fixed a possible deadlock that could occur when balancing objects were
  48.   used in certain combinations.
  49.  
  50. - Balancing could accidently mess up the display of active object frames.
  51.  
  52. - Implemented keyboard control for balance objects.
  53.  
  54. Changes for programmers:
  55.  
  56. - Reduced stack usage a little. Note well: this is no excuse for lazy
  57.   programmers! As mentioned in the MUI developer docs, the default stack
  58.   size of 4k is not enough for MUI programs! 8k is an acceptable
  59.   minimum.
  60.  
  61. - MUIA_Gauge_InfoText is now also possible for vertical gauge objects.
  62.  
  63. - Made MUIM_Window_Snapshot method public. See autodocs for details.
  64.  
  65. - MUI would accidently refuse to automatically move a listviews display
  66.   to the active entry, even though the MUIA_List_AutoJump flag was set.
  67.  
  68.  
  69.  
  70. ------------------------------------------------------------------------
  71. Version 3.7tu1 (30-Jan-97)
  72. ------------------------------------------------------------------------
  73.  
  74. * MINOR SASG UPDATE *
  75.  
  76. ...just a few quick fixes...
  77.  
  78. - Listtree classes could crash under certain circumstances. This bug
  79.   affected MUI's preferences as well as other applications, eg IBrowse.
  80.   They should run well again with this fix.
  81.  
  82. - MUI would sometimes render a listview's contents outside of its box.
  83.  
  84. - PSI understands the new language catalogs.
  85.  
  86. - MUI's about window gives credit to the translators of the current
  87.   locale.
  88.  
  89.  
  90.  
  91. ------------------------------------------------------------------------
  92. Version 3.7 (24-Jan-97)                      (muimaster.library V18.174)
  93. ------------------------------------------------------------------------
  94.  
  95. * MINOR SASG UPDATE *
  96.  
  97.  Still not registered for MUI yet? We set up something special to help
  98.  you support the Amigas future! Take your chance and play the unique
  99.  shareware lottery at http://www.sasg.com/
  100.  Order online and win some nice prices!
  101.  
  102. Changes for users:
  103.  
  104. - Included translations for many different languages. Many thanks to
  105.   the Amiga Translators Organisation and it's members for making this
  106.   possible:
  107.     Swedish      Kristoffer Larsson, Mattias Gustafsson
  108.     Greek        Pantelis Kopelias, Manos Konstantiniadis
  109.     French       Georges Goncalves, Francis Labrie, Jérôme Fleury
  110.     Catalian     Llorenç Grau, Esteve Boix
  111.     Danish       Niels Bache, Bjarke Vangsgaard
  112.     Finnish      Jan Karjalainen, Mika Lundell
  113.     Polish       Konrad Dubiel, Marcin Orlowski
  114.     Czech        Pavel Bures, Radovan Drazny
  115.     Italian      Vincenzo Gervasi, Mario Dell'Oca
  116.     Netherlands  Frank Mosch, Jeroen Steenblik
  117.  
  118. - Fixed a few minor problems with the appearance of help bubbles.
  119.  
  120. - Context menus were inaccessible in windows without other MUI objects.
  121.  
  122. - Window popup menu entries for snapshot/unsnapshot no longer appear on
  123.   windows without this capability.
  124.  
  125. - Increased stack size of mui preferences. The previous versions stack
  126.   was a little too small which sometimes caused MUI to crash.
  127.  
  128. - Recompilation with SAS-C 6.57 fixes potential problems with
  129.   060 processors.
  130.  
  131. - Improved middle mouse button scrolling in virtual groups. Holding 
  132.   shift enhances speed by 2, control by 4 and alt by 8.
  133.  
  134. - Fixed enforcer hit in volumelist class.
  135.  
  136. - The MUI window popup menu now works even if there are string gadgets
  137.   below.
  138.  
  139. Changes for programmers:
  140.  
  141. - Using an empty string (not a NULL pointer!) as title for
  142.   a popup menu will result in a titleless popup menu.
  143.  
  144. - Fixed MUIA_Window_AltLeftEdge/TopEdge/Width/Height attributes.
  145.  
  146. - Fixed misbehaviour when input/eventhandlers were added/removed
  147.   from inbetween other input/eventhandlers.
  148.  
  149. - Fixed a problem when input & eventhandlers were modified from within
  150.   other input & eventhandlers.
  151.  
  152. - Improved performance of MUIM_Group_Init/ExitChange in windows with
  153.   many objects.
  154.  
  155. - If you call MUIM_Application_ShowHelp with a NULL filename, MUI will
  156.   use the contents of MUIA_Application_HelpFile instead.
  157.  
  158. - If you call MUIM_Application_ShowHelp with (Object *)0xffffffff as
  159.   window reference object, MUI will use the first open child window of
  160.   an application as reference for a display screen automatically.
  161.  
  162. - Implemented MUIM_Create/DeleteBubble methods (area class) to allow
  163.   programmer controlled bubble appearance. Useful e.g. for indicating
  164.   error conditions on data entry forms.
  165.  
  166.  
  167.  
  168. ------------------------------------------------------------------------
  169. Version 3.6 (20-Aug-96)                       (muimaster.library V17.63)
  170. ------------------------------------------------------------------------
  171.  
  172. * MINOR SASG UPDATE *
  173.  
  174. NOTE: Still not registered yet?
  175.       Go to http://www.sasg.com/ and get your MUI within a few hours!
  176.  
  177. Changes for users:
  178.  
  179. - Fixed another bug with string gadget activation/deactivation which
  180.   might have caused possible crashes of web browsers.
  181.  
  182. - Included a listview that shows versions of MUI custom classes in the
  183.   MUI about window.
  184.  
  185. Changes for programmers:
  186.  
  187. - Replaced the outdated custom class example Userdata.mcc by a more
  188.   uptodate custom class. This one also shows how to handle preferences
  189.   for custom classes.
  190.  
  191. - Fixed a bug that resulted in waiting for wrong signals when an input
  192.   handler with timer was used.
  193.  
  194.  
  195.  
  196. ------------------------------------------------------------------------
  197. Version 3.5 (26-Jul-96)                      (muimaster.library V16.160)
  198. ------------------------------------------------------------------------
  199.  
  200. * MINOR SASG UPDATE *
  201.  
  202. NOTES: More support and information is available from the official
  203.        MUI web site. Please visit us at http://www.sasg.com/
  204.  
  205.        This version was not released to the public, it was only
  206.        distributed with the web browser IBrowse from Omnipresence.
  207.  
  208. Changes for users:
  209.  
  210. - Rewrote installer script. It will correctly update older MUI
  211.   distributions now instead of just renaming away the previous
  212.   directory. This allows additional classes and images to remain
  213.   installed after a MUI update.
  214.  
  215. - Fixed background rendering bug on cybergfx hi/truecolor screens.
  216.  
  217. - Fixed possible crash when disposing active string gadgets.
  218.  
  219. - Fixed positioning of window border scrollers after uniconfiy.
  220.  
  221. - Fixed version numbers of german catalog.
  222.  
  223. - Included builtin menu rendering for popup menus. Popups will
  224.   always appear above the corresponding gadget now instead of
  225.   relying on external patches for correct positioning.
  226.  
  227. - Fixed refresh of gadgets in virtual groups, i.e. browser
  228.   displays.
  229.  
  230. - Fixed rendering problems when TABbing away from a selected gadget.
  231.  
  232. - Controlling radio buttons is possible by clicking on the text
  233.   labels as well as on the actual buttons.
  234.  
  235. - Fixed major bug that lead to confused gadget appearance when changing
  236.   prefs on iconified applications.
  237.  
  238. - Removed a work-around for broken cybergfx picture.datatype. Note that
  239.   you will need at least picture.datatype 43.682 if you intend to
  240.   use background pattern on hi/truecolor cybergfx screens.
  241.  
  242. - Enhanced display speed in virtual groups, MUI based web browsers
  243.   perform better.
  244.  
  245. Changes for programmers:
  246.  
  247. - Implemented new input event handling system for custom classes.
  248.   This new system replaces the old and inflexible calls to
  249.   MUI_Request/RejectIDCMP(). See autodocs of MUIM_Window_AddEventHandler
  250.   for details.
  251.  
  252. - Improved remapping speed of bitmap class for images with more than
  253.   4 planes. However, better use datatypes (V43) to remap big images
  254.   instead of MUIs bitmap class.
  255.  
  256. - MUIM_List_Clear no longer hides a lists title.
  257.  
  258. - Setting MUIA_Draggable and MUIA_xxxWeight for group objects is no
  259.   longer forwarded to children.
  260.  
  261. - Fixed enforcer hit when dragging listview items with custom imagery.
  262.  
  263. - Fixed mungwall hit when string gadget were set to contents bigger
  264.   than their maximum length.
  265.  
  266. - Implemented MUIM_KillNotifyObj. See autodocs for details.
  267.  
  268. - Custom classes are also looked for and found in PRODGIR:mui/ now.
  269.  
  270. - MUI automatically falls back to traditional scrollers when window
  271.   border scrollers were chosen but not available for some reasons,
  272.   e.g. because the proper Window class attributes were not specified
  273.   or the muiwinscroller.class is missing.
  274.  
  275. - Support for NM_COMMANDSTRING menus in MUI_MakeObject(MUIO_MenuItem)
  276.   call. Also implemented MUIA_Menuitem_CommandString attributed for
  277.   Menuitem class. See autodocs for details.
  278.  
  279. - Implemented MUIA_Scrollgroup_HorizBar and MUIA_Scrollgroup_VertBar
  280.   attributes to access the scrollbars of a scrollgroup.
  281.  
  282.  
  283.  
  284. ------------------------------------------------------------------------
  285. Version 3.4 (01-Mar-96)                      (muimaster.library V15.93 )
  286. ------------------------------------------------------------------------
  287.  
  288. * non-published internal release *
  289.  
  290.  
  291.  
  292. ------------------------------------------------------------------------
  293. Version 3.3 (22-Feb-96)                      (muimaster.library V14.106)
  294. ------------------------------------------------------------------------
  295.  
  296. * MINOR SASG UPDATE *
  297.  
  298. Changes for users:
  299.  
  300. - Help bubbles no longer block an application.
  301.  
  302. - Fixed refresh bug of prop gadgets in virtual groups.
  303.  
  304. - Fixed ARexx command INFO SCREEN.
  305.  
  306. - MUI could crash after disposing an application when ARexx was used.
  307.  
  308. - Fixed refresh of color wheels.
  309.  
  310. - Fixed crash when using Coloradjust objects with Kick 2.x.
  311.  
  312. - Fixed double redraw after window resize.
  313.  
  314. Changes for programmers:
  315.  
  316. - Implemented MUIM_Application_AboutMUI,refwindow method to show MUIs
  317.   about window. Please include an "About MUI..." menu item in all your
  318.   programs.
  319.  
  320. - MUIA_String_Contents notification did not work on
  321.   AMIGA-X/C/V etc. string gadget clipboard hotkeys.
  322.  
  323. - Implemented MUIV_Listview_ScrollerPos_None to create listviews
  324.   without am attached scrollbar. You can create a scrollbar object,
  325.   place it anywhere in your window and connect it to the list (not
  326.   listview!) through notification. See autodocs of
  327.   MUIA_Listview_ScrollerPos for details.
  328.  
  329. - Fixed strange menu item return ID reports.
  330.  
  331. - Menuclass would not allow to set MUIA_Menu_Title. Instead, it
  332.   accidently checked for MUIA_Menuitem_Title. Now, it recognizes
  333.   both tags.
  334.  
  335. - Menu objects and Menuitem objects did not correctly update the
  336.   current menustrip when certain attributes (e.g. the title) were
  337.   changed.
  338.  
  339. - Creating Application objects without MUIA_Application_Title/Base/...
  340.   lead to very strange behaviour. Now, the application simply names
  341.   itself "UNNAMED".
  342.  
  343. - MUI_DisposeObject(NULL) would accidently crash the machine although
  344.   being documented as doing nothing.
  345.  
  346.  NOTE: I strongly suggest to subscribe to the MUI mailing list. Only
  347.  here is the place to ask questions and make suggestions. Programming
  348.  serious MUI applications without support on this mailing list is nearly
  349.  impossible!
  350.  
  351.  To subscribe, mail to mui-request@sunsite.informatik.rwth-aachen.de
  352.  with the single word "subscribe" (no quotes!) as subject (SUBJECT, not
  353.  message body!). You might want to send a HELP command to the server as
  354.  well. Thanks for your cooperation.
  355.  
  356.  
  357.  
  358. ------------------------------------------------------------------------
  359. Version 3.2 (31-Jan-96)                      (muimaster.library V13.686)
  360. ------------------------------------------------------------------------
  361.  
  362. * MINOR SASG UPDATE *
  363.  
  364. Changes for users:
  365.  
  366. - Rewrote some small critical parts in Assembler, MUI 3.2 should run
  367.   significantly faster than previous versions.
  368.  
  369. - Enhanced listview scrolling speed.
  370.  
  371. - Created custom root class which uses memory pools to allocate
  372.   objects. Reduces memory fragmentation and speeds up object
  373.   creation about 100%.
  374.  
  375. - Optmizied scrolling in virtual groups.
  376.  
  377. - Numeric buttons didn't draw their disabled state.
  378.  
  379. - Implemented keyboard control for scrollgroups.
  380.  
  381. - Implemented presets for Coloradjust objects. Presets are read
  382.   from mui:Presets/rgb.txt.
  383.  
  384. - Fixed 16 bytes memory leak.
  385.  
  386. - Fixed redrawing of prop gadgets.
  387.  
  388. - Fixed prop gadgets in listviews with lots of entries.
  389.  
  390. - Enhanced positioning of help bubble.
  391.  
  392. - Help bubbles and Drag&Drop messed up the display if CyberGraphX was
  393.   installed and the used screen was an ECS/AGA display mode with
  394.   interleaved bitmaps. Note well: If your bubbles are broken on
  395.   CyberGraphX screenmodes, be sure to use the *latest* version of
  396.   CyberGraphX from aminet.
  397.  
  398. - Rewrote PSI palette handling completely. Should be much easier to
  399.   use now. Included color presets as popup menus on the color page.
  400.  
  401. - Heavily reduced memory usage of string objects, optimized overall
  402.   memory consumption.
  403.  
  404. Changes for programmers:
  405.  
  406. - Implemented MUIA_List_PuddleSize, MUIA_List_ThreshSize and
  407.   MUIA_List_MemPool to control the pool created by a list object.
  408.  
  409. - Implemented scroll gadgets in window borders. See autodocs
  410.   of MUIA_Window_UseLeftBorderScroller, MUIA_Window_UseRightBorderScroller,
  411.   MUIA_Window_UseBottomBorderScroller and
  412.   MUIA_Prop_UseWinBorder, MUIA_Scrollgroup_UseWinBorder
  413.   for details.
  414.  
  415. - Implemented MUIM_Pendisplay_SetXXX methods to adjust defaults
  416.   of a pendisplay object.
  417.  
  418. - Implememted a timer in application class. See TIMER section
  419.   of MUIM_Application_AddInputHandler for details.
  420.  
  421. - Implemented MUIA_Application_WindowList. Getting this attribute
  422.   returns a pointer to a struct List which contains an applications
  423.   child windows. Use intuition.library/NextObject() to parse.
  424.  
  425. - Fixed get() of MUIA_Application_ForceQuit.
  426.  
  427. - Fixed MUIA_Text_HiChar with bold & italic texts.
  428.  
  429. - Fixed \033I[2,rrrrrrrr,gggggggg,bbbbbbbb] display bug which was
  430.   introduced in MUI 3.1.
  431.  
  432. - Reimplemented MUIA_Slider_Quiet.
  433.  
  434. - Implemented ESC P escape sequence to change pen for text strings.
  435.   Usage is like "This is \33P[17]color 17". Be sure to ObtainPen()
  436.   pens used like this.
  437.  
  438. - Fixed bug when bubbles or popup menus were used on windows
  439.   which's root object was not a group class object. Note that since MUI
  440.   plays some special tricks here, it is generally better to have the
  441.   root object of a window be a simple group class anyway. If you dont
  442.   need such a group in your window, use
  443.   MUIA_Window_RootObject, VGroup, Child, MyObj, End
  444.   instead of
  445.   MUIA_Window_RootObject, MyObj
  446.  
  447. - Fixed MUIM_Application_ShowHelp with V39 AmigaGuide library and
  448.   different help files.
  449.  
  450. - Fixed a very bad bug introduced in 3.1 that made applications crash
  451.   when MUIA_ShowMe was used on objects who's parent was the windows
  452.   root object.
  453.  
  454. - When an object is dropped somewhere outside a valid container,
  455.   the application object will receive a MUIM_DragDrop method. This
  456.   allows programs to take actions when MUI objects are e.g.
  457.   dropped on the Workbench.
  458.  
  459. - Fixed coordinate parameters of MUIM_DragDrop.
  460.  
  461. - Fixed OM_GET for MUIA_String_BufferPos and MUIA_String_DispPos.
  462.  
  463. - MUI 3.1 would accidently reopen windows which were closed during
  464.   an applications iconified state.
  465.  
  466. - Improved behaviour of MUIM_Application_Save/Load. You can override
  467.   the new methods MUIM_Export and MUIM_Import to export/import custom
  468.   data from your custom classes.
  469.  
  470. - Implemented MUIA_FillArea to avoid flickering when drawing custom classes.
  471.  
  472.  
  473.  
  474. ------------------------------------------------------------------------
  475. Version 3.1 (21-Nov-95)                      (muimaster.library V12.268)
  476. ------------------------------------------------------------------------
  477.  
  478. * MAJOR SASG UPDATE *
  479.  
  480. This is a major update. Please look at the information texts
  481. in the preferences program for information on how to update your
  482. registration.
  483.  
  484. Note: Almost everything in MUI changed, so this time, the changes
  485. section does not describe everything in detail but is just like a
  486. short overview.
  487.  
  488. Changes for users:
  489.  
  490. - To find a compromise between flexibility and resource usage, MUI 3
  491.   uses a completely new memory management concept. A lot of extra
  492.   features which are not necessarily needed to run applications have
  493.   been moved into external libraries. Most of these libraries are not
  494.   even loaded if MUI runs with its default settings. With this new
  495.   memory management, users have the the ability to control MUIs memory
  496.   usage by using appropriate configurations.
  497.  
  498. - MUI's speed has increased considerably compared with earlier versions.
  499.   This speedup depends on the machine MUI is running on: the slower the
  500.   Amiga, the more noticeable is the speed increase. Especially drawing
  501.   of GUI elements on ECS/AGA machines is a lot faster now due to a new
  502.   way of rendering. Even if a 7 MHz computer still can't be considered as
  503.   an optimum MUI platform, applications should perform a lot better now.
  504.  
  505. - The slow and bulky preferences system was completely rewritten, the
  506.   new way of handling settings is a lot clearer and more straight
  507.   forward. An applications local configuration is no longer adjusted
  508.   from the global preferences editor. Instead, all MUI applications
  509.   offer a way to open their private MUI settings window. This makes MUI
  510.   look more like an integral part of a program. Furthermore, the
  511.   settings windows are better structurized and offer easier access to
  512.   all configuration option.
  513.  
  514. - Public screen handling moved to an external program called "PSI"
  515.   (Public Screen Inspector). PSI fixes all known bugs of MUI 2.x
  516.   screens, is more easy to use and offers a few new features.
  517.   Furthermore, PSI can also be used independantly as screen manager for
  518.   non-MUI programs.
  519.  
  520. - All accompanying MUI programs make extensive use of brandnew MUI 3
  521.   programming features like dynamic object creations, balancing groups,
  522.   popup menus, Drag&Drop or Help bubbles. All those things have been
  523.   available on other operating systems for a long time, its about time
  524.   to get them to the Amiga.
  525.  
  526. Changes for programmers:
  527.  
  528. - Added so called "input handlers" which allow custom classes to
  529.   directly react on signal bits. See MUIM_AddInputHandler for details.
  530.  
  531. - You are encouraged to include a Settings/MUI... menu in your
  532.   application that does nothing but simply send a
  533.   MUIM_Application_OpenConfigWindow to your application object (see
  534.   psi.c).
  535.  
  536. - Implemented context sensitive popup menus. See autodocs of
  537.   MUIA_ContextMenu for details.
  538.  
  539. - Implemented custom layout groups. Positioning of children is
  540.   completely under programmers control. See new demo CustomLayout and
  541.   autodocs of MUIA_Group_LayoutHook for details.
  542.  
  543. - Changed layout behaviour of virtual groups. This should makes them
  544.   much more useful, especially together with the new custom layout
  545.   hooks. Performance was also increased. See autodocs of Virtgroup class
  546.   and Scrollgroup class for details.
  547.  
  548. - Implemented a Poppen class and new muimaster.library functions
  549.   MUI_ObtainPen() and MUI_ReleasePen(). Use this if your application
  550.   needs custom pens. See autodocs and demo Class2.c for details.
  551.  
  552. - Improved notification on MUIA_Window_InputEvent. See autodocs for
  553.   details.
  554.  
  555. - Fixed protection bits in dirlist objects MUIM_Dirlist_GetEntry.
  556.  
  557. - Implemented help bubbles. See MUIA_ShortHelp for details.
  558.  
  559. - Implemented MUIA_Parent attribute to ask an object about its parent
  560.   group.
  561.  
  562. - Included full source code of the new screen manager for educational
  563.   purposes. This little tool shows how to write good MUI programs. It
  564.   demonstrates several kinds of sub classes (windows, groups, lists),
  565.   drag & drop handling, dynamic object creation & linking, multi
  566.   threading, localization, help bubbles and much more. The screen
  567.   manager acts as a kind of standard MUI application, you can find lots
  568.   of important techniques and guidelines of MUI programming here. Forget
  569.   about the other demos, if you want to learn something, take the screen
  570.   manager. I want all of you to have a close look at the source and
  571.   drop your old-fashioned way of "ReturnID"-programming immediately.
  572.   It's time to get real object-oriented NOW! Don't be afraid of sub
  573.   classes, there isn't anything easier to work with.
  574.  
  575. - Implemented "disappearing" objects. Whenever a window is too small,
  576.   these objects are simply left out during layout calculations according
  577.   to their disappear level. This allows creation of complex and nice
  578.   GUIs while still remaining compatible with crappy 640x200 screens. See
  579.   autodocs of MUIA_HorizDisappear and MUIA_VertDisappear for details.
  580.  
  581. - Implemented "balancing" groups. See the Balancing demo and the
  582.   autodocs of the new BalanceClass for details.
  583.  
  584. - Implemented MUIM_Application_CheckRefresh method. You should call it
  585.   e.g. from IntuiMsgHooks of ASL-Requesters to ensure correct refreshing
  586.   of simple refresh type MUI windows. See autodocs and screen manager
  587.   source code for details.
  588.  
  589. - Implemented possibility to add objects to groups dynamically. See
  590.   autodocs of MUIM_Group_InitChange & MUIM_Group_ExitChange and screen
  591.   manager source code for details.
  592.  
  593. - Included simple brush2c program to help creating input for MUI's
  594.   Bitmap class. Source can be found in "MUI/Developer/C/Examples/",
  595.   usage examples are included in the screen manager's source code.
  596.  
  597. - Included classes to display tree structures.
  598.  
  599. - Introduced a new cycle chain system. All you have to do is to set
  600.   MUIA_CycleChain to 1 for every object that you want to have in your
  601.   chain, MUI does the rest automatically. The old
  602.   MUIM_Window_SetCycleChain will continue to work but is considered
  603.   obsolete.
  604.  
  605. - Implemented possibility to have custom builtin images in listviews.
  606.   No more need for external image files and other rubbish in your
  607.   applications. See psi.c ScreenList class and autodocs of
  608.   MUIM_List_CreateImage for details.
  609.  
  610. - Implemented full Drag&Drop facilities for all MUI objects. See
  611.   autodocs of MUIM_Drag#? in area class for details.
  612.  
  613. - Added a few new good-looking classes like level displays and turning
  614.   knobs. See slidorama demo for details.
  615.  
  616. - Rearranged class tree for slider-like classes that adjust numeric
  617.   values. See autodocs of numeric class and its subclasses for details.
  618.  
  619. - Implemented MUIM_Application_NewInput to improve behaviour of input
  620.   loops. MUIM_Application_Input will continue to work but is considered
  621.   obsolete.
  622.  
  623. - Implemented vertical bars in listviews with BAR/S switch for
  624.   MUIA_List_Format. See autodocs for details.
  625.  
  626.  
  627.  
  628. ------------------------------------------------------------------------
  629. Version 3.0 (10-Nov-95)                     (muimaster.library V11.3512)
  630. ------------------------------------------------------------------------
  631.  
  632. This was a special Computer 95 release and is not further documented.
  633.  
  634.  
  635.  
  636. ------------------------------------------------------------------------
  637. Version 2.3  (24-Dec-94)                      (muimaster.library V10.33)
  638. ------------------------------------------------------------------------
  639.  
  640. * MINOR SASG UPDATE *
  641.  
  642. Sorry, this update is a little smaller than usual. The reason is
  643. simple, I was on a long holiday trip during the last months. :-)
  644.  
  645. Changes for users:
  646.  
  647. - Online help works again (but only synchronous) for 2.x systems.
  648.  
  649. - Improved smooth scrolling for listviews with many entries.
  650.  
  651. - Prefs program fits on an NTSC 640x200 screen with topaz/8.
  652.  
  653. - Popup hotkey is filtered in string gadget input.
  654.  
  655. Changes for programmers:
  656.  
  657. - MUIA_String_MaxLen is gettable.
  658.  
  659. - MUIA_ControlChar works for listview class.
  660.  
  661. - Dirlist object returns correct file dates.
  662.  
  663. - MUIA_Dirlist_Directory is get()able.
  664.  
  665. - Implemented MUIA_Window_MouseObject & MUIA_Window_NeedsMouseObject
  666.   attributes for immediate online help. See autodocs & Settings demo
  667.   for details.
  668.  
  669. - Added some support for the GCC compiler (include/inline/muimaster.h).
  670.  
  671. - Implemented MUIA_Listview_ScrollerPos tag to specify the position of
  672.   the scrollbar in a listview.
  673.  
  674. - Fixed some problems with string gadgets and attached lists.
  675.  
  676. - Implemented MUIA_Application_UseRexx/UseCommodities attributes.
  677.   Set to FALSE to disable the builtin ARexx/Commodities handling.
  678.   Don't do this unless you have a very good reason!
  679.  
  680. - Boopsi objects in virtual groups are handled like string gadgets,
  681.   they only appear when they're completely visible.
  682.  
  683. - Implemented MUIV_Notify_Self, MUIV_Notify_Window and
  684.   MUIV_Notify_Application special values to simplify notification
  685.   mechanism. See autodocs of notify class (MUIM_Notify) for details.
  686.  
  687. - Note: If you have questions or suggestions about MUI, please do
  688.   *not* ask me directly. Write to the MUI mailing list instead:
  689.   To subscribe, send mail to listserv@taloa.unice.fr with
  690.   an empty subject and a line containing the magic words
  691.   SUB mui Your Name
  692.  
  693.  
  694.  
  695. ------------------------------------------------------------------------
  696. Version 2.2  (08-Aug-94)                       (muimaster.library V9.80)
  697. ------------------------------------------------------------------------
  698.  
  699. * MINOR SASG UPDATE *
  700.  
  701. Changes for users:
  702.  
  703. - There were some misunderstandings about SASG update rules. Unless
  704.   otherwise stated, all MUI updates are MINOR SASG UPDATES, i.e.
  705.   you are not required to update your keyfile. Major updates (maybe
  706.   one at the end of this year) will be specifically announced and
  707.   the MUI prefs program will tell you about it.
  708.  
  709. - When starting two or more MUI applications at the same time, there
  710.   was a chance that the keyfile was not recognized correctly.
  711.  
  712. - Fixed some installation script problems.
  713.  
  714. - Fixed a possible crash in the registration program.
  715.  
  716. - MUI 2.1 was accidently documented to require OS 2.1, that's of
  717.   course a documentation bug. MUI continues to run with 2.0.
  718.  
  719. - The serial number of a registered user is displayed in the prefs
  720.   programs about window.
  721.  
  722. - Because the MUI 2.1 default settings for HalfShine and HalfShadow
  723.   pen caused some confusion, they are back to standard MagicWB
  724.   rules (color n-4 and n-3) again.
  725.  
  726. - Fixed a bug in coloradjust class which caused wrong public screen
  727.   colors with V37.
  728.  
  729. - AmigaGuide online help works asynchronous for all MUI applications.
  730.  
  731. - Fixed some problems of listviews in virtual groups. Unfortunately,
  732.   some other problems are still there.
  733.  
  734. - Fixed cycle gadget lockup problem.
  735.  
  736. - Made window handling a bit more sensitive, MUI windows will now
  737.   look correctly even with non standard system gadget sizes.
  738.  
  739. - Prefs program terminates when receving a CTRL-C signal.
  740.  
  741. - Popup objects are controllable with a configurable hotkey.
  742.   See MUI-Prefs keyboard adjustment listview.
  743.  
  744. Changes for programmers:
  745.  
  746. - Autodocs for MUI_Redraw() didn't mention the important
  747.   fact that calling DoSuperMethod() is always the first
  748.   step in a custom classes MUIM_Draw method. Otherwise,
  749.   msg->flags is not set properly.
  750.  
  751. - Result of MUI_Redraw() changed from APTR to VOID.
  752.  
  753. - AppIcon notification works again.
  754.  
  755. - Implemented one-dimension virtual groups, useful e.g. for
  756.   button rows. See autodocs of MUIA_Scrollgroup_FreeHoriz and
  757.   MUIA_Scrollgroup_FreeVert for details.
  758.  
  759. - Getting MUIA_Disabled didn't work in previous releases.
  760.  
  761. - MUIA_Slider_Min und MUIA_Slider_Max are settable.
  762.  
  763. - Building subclasses of MUIC_Window is possible.
  764.  
  765. - Notify on MUIA_List_Entries works.
  766.  
  767. - Implemented MUIM_List_Move method to simplify moving entries
  768.   in a list. See autodocs for details.
  769.  
  770. - Implemented MUIA_Boopsi_Smart tag for better handling of "smart"
  771.   Boopsi classes, i.e. the freely distributable "editor.gadget".
  772.  
  773. - Implemented MUIM_NoNotifySet method for better handling of
  774.   bidirectional notifications (i.e. scrollbar - editorgadget).
  775.  
  776. - Implemented MUIA_List_InsertPosition to query position of
  777.   last inserted entry.
  778.  
  779. - Implemented MUIV_List_Remove_Selected for list class remove
  780.   method.
  781.  
  782. - Menuitem objects export & import their CHECKED state with
  783.   MUIM_Application_Save and MUIM_Application_Load.
  784.  
  785. - It's possible to include register groups in cycle chains.
  786.  
  787. - Implemented MUIA_Popobject_WindowHook to allow adjusting
  788.   cycle chains, default objects, etc. for popup objects.
  789.  
  790. - Programmers, please update "MUI.readme" in your distributions!
  791.  
  792.  
  793.  
  794. ------------------------------------------------------------------------
  795. Version 2.1  (03-Jul-94)                      (muimaster.library V8.697)
  796. ------------------------------------------------------------------------
  797.  
  798. * MINOR SASG UPDATE *
  799.  
  800. I planned to have a lot more new things for V2.1. Unfortunately, time
  801. was missing. Next versions of MUI will probably be split into a basic
  802. muimaster.library and a muifancy.library. The fancy library will hold
  803. all the additional features, users with low memory or slow machines may
  804. decide to leave out this stuff. For more infos, see the "Future" file
  805. in the developer archive.
  806.  
  807. Changes for users:
  808.  
  809. - From version 2.1 on, MUI is distributed under the rules of the SASG,
  810.   the Standardized Amiga Shareware Group. See the accompanying program
  811.   "Registration" for details.
  812.  
  813. - Screen preferences were not saved correctly sometimes.
  814.  
  815. - When changing the application with the preferences program,
  816.   MUI offers the possibility to use/save changed settings.
  817.  
  818. - Sliders can be configured to have their info text at the left side.
  819.  
  820. - Listview multiselect mode was sometimes triggered accidently.
  821.  
  822. - Enhanced popup menu configuration possibilities, including
  823.   custom background and frame settings and animated appearance.
  824.  
  825. - Removed the startup and shutdown command config options.
  826.  
  827. Changes for programmers:
  828.  
  829. - Implemented MUIV_NotTriggerValue. See autodocs of MUIM_Notify for
  830.   details.
  831.  
  832. - Fixed some autodoc syntax bugs, added version information for every
  833.   class and attribute.
  834.  
  835. - Implemented MUIA_Application_ForceQuit. See autodocs for details.
  836.  
  837. - Invisible or disabled objects don't trigger MUIA_AppMessage
  838.   notification anymore.
  839.  
  840. - Fixed Dirlist class problems with short directory names.
  841.  
  842. - When MUI fails to open a window, notifications on MUIA_Window_Open
  843.   are not triggered anymore.
  844.  
  845. - Fixed a little memory eating bug.
  846.  
  847. - Added a "often used object" collection to muimaster.library. You
  848.   should use this collection as frequently as possible instead of
  849.   building your own objects or using the supplied macros. See
  850.   autodocs of MUI_MakeObject() for details.
  851.  
  852. - Simplified the creation of labels with underscore. This makes
  853.   localization much easier. See autodocs of MUI_MakeObject()
  854.   for details.
  855.  
  856. - Added object oriented menus. See new demo program and autodocs of
  857.   menustrip, menu and menu item class for details.
  858.  
  859. - Controlling a slider object with keyboard accidently triggered
  860.   notification twice.
  861.  
  862. - Fixed problems when language specific special characters were
  863.   used as shortcut.
  864.  
  865. - Included documentation on how to write external public
  866.   custom classes. See developer docs and new examples in
  867.   "MUI/Developer/C/Examples/Classes" for details.
  868.  
  869. - Fixed a crash when the colorwheel.gadget was not available under V39.
  870.  
  871. - Implemented new builtin classes MUIC_Poplist, MUIC_Bitmap and
  872.   MUIC_Bodychunk. Just a few bytes of code but very useful.
  873.  
  874. - Rewrote some critical parts of MUI in assembler.
  875.  
  876. - Fixed a problem when MUIA_ShowMe was used on groups.
  877.  
  878. - Implemented MUIA_Window_FancyDrawing for highspeed programs.
  879.  
  880. - Fixed some notification bugs for register objects.
  881.  
  882.  
  883.  
  884. ------------------------------------------------------------------------
  885. Version 2.0  (11-Feb-94)                      (muimaster.library V7.973)
  886. ------------------------------------------------------------------------
  887.  
  888. Changes for users:
  889.  
  890. - Rearranged libraries. Classes which are needed by all applications or
  891.   which are very small are integrated in muimaster.library. Fancy and
  892.   rarely used classes come as external files. This speeds up starting
  893.   the first MUI application and simplifies installation procedure for
  894.   commercial applications.
  895.  
  896. - Integration of classes increases performance significantly.
  897.  
  898. - Rearranged the prefs program completely. Major changes include
  899.   "single application" mode, image multiselect, presets and localization.
  900.   I cannot list all the other news here in detail, but together they should
  901.   make adjusting preferences a lot easier.
  902.  
  903. - Included beautiful new 8 color images, patterns and button designs from
  904.   Martin "MagicWB" Huttenloher. Give them a try!
  905.  
  906. - Fixed several screenmode requester bugs.
  907.  
  908. - Fixed problems with crazy going prop gadgets.
  909.  
  910. - Changed "active object" display. No more ugly active background but
  911.   instead a nice extra frame will be displayed.
  912.  
  913. - Getting the name of the used public screen is possible with
  914.   new ARexx command "info screen".
  915.  
  916. - Documented ARexx command error result codes.
  917.  
  918.  
  919. Changes for programmers:
  920.  
  921. - More detailed developer documentation including information about
  922.   writing custom classes and a MUI style guide. Read it!
  923.  
  924. - Included new demos "ClassN" to show how to implement custom
  925.   classes.
  926.  
  927. - Added the ability to specify a listview multiselect type directly.
  928.   See MUIA_Listview_MultiSelect attribute for details.
  929.  
  930. - The MUIA_ShowMe attribute can be used to hide objects. Using this
  931.   attribute is even possible in open windows, hiding object will
  932.   then cause a new layout to take place. When necessary, the parent
  933.   window will be resized automatically. Included new demo program
  934.   "ShowHide".
  935.  
  936. - Implemented popstring, popasl, popobject classes for asynchronous
  937.   popups. popasl class is the recommended way to include file/font/etc.
  938.   requesters. Included new demo program "Popup" to demonstrate the new
  939.   popup classes.
  940.  
  941. - Added a register class. No, this is not for registrating your MUI,
  942.   its used to create flexible titled page groups. See the prefs
  943.   program and the pages demo for details.
  944.  
  945. - Added the ability to specify a listview multiselect type directly.
  946.   See MUIA_Listview_MultiSelect attribute for details.
  947.  
  948. - Implemented MUIM_List_InsertSingle method.
  949.  
  950. - Multiline entries ("foo\nbar") in a cycle gadget were not handled
  951.   correctly.
  952.  
  953. - Implemented MUIA_Rectangle_HBar and MUIA_Rectangle_VBar to create
  954.   nice single border lines.
  955.  
  956. - Implemented MUIM_MultiSet method, MUIA_NoNotify attribute and
  957.   MUIM_KillNotify method for notify class.
  958.  
  959. - Implemented MUIA_Gauge_InfoText attribute.
  960.  
  961. - Implemented MUIA_Listview_ClickColumn, MUIA_Listview_DefClickColumn.
  962.  
  963. - Fixed problem with MUIA_Application_Iconified notification.
  964.  
  965. - Implemented MUIV_List_Select_All for MUIM_List_Select method.
  966.  
  967. - Fixed some problems with sleeping windows and applications.
  968.  
  969. - MUIA_List_First and MUIA_List_Visible are really get()able.
  970.  
  971. - Fixed a problem with keyboard control for MUIA_Slider_Quiet sliders,
  972.   implemented MUIA_Slider_Reverse tag.
  973.  
  974. - Tag value and documentation for MUIA_List_Title attribute was
  975.   missing.
  976.  
  977. - Specifying images with "1:x" never worked, use "6:x" instead.
  978.   See MUIA_Image_Spec for details.
  979.  
  980. - MUI_Request() gadgets may contain '_' characters to indicate keyboard
  981.   shortcuts.
  982.  
  983. - Implemented MUIA_Application_RexxHook.
  984.  
  985. - Implemented MUIA_String_EditHook.
  986.  
  987.  
  988.  
  989. ------------------------------------------------------------------------
  990. Version 1.4  (27-Oct-93)                      (muimaster.library V6.435)
  991. ------------------------------------------------------------------------
  992.  
  993. From V1.4 on, MUI is distributed in two separate archives:
  994.   muiXXusr.lha - libraries, classes, demos, user documentation.
  995.   muiXXdev.lha - programmer interfaces and programmer documentation.
  996.  
  997.  
  998. Changes for users:
  999.  
  1000. - Important Note:
  1001.   Due to some enhancements in image processing, registered users will
  1002.   have to readjust their image settings. Otherwise some images might
  1003.   not be visible!
  1004.  
  1005. - I accept every currency for registration now. Please read the
  1006.   registration section of the manual for details.
  1007.  
  1008. - Rearranged preferences program. Instead of many different windows,
  1009.   page groups are used and should make things a lot easier.
  1010.  
  1011. - Implemented palette gadget for public screens.
  1012.  
  1013. - Added the possibility to use an RGB color as image (V39 and above).
  1014.  
  1015. - Implemented background pattern for screens (V39 and above).
  1016.  
  1017. - Background pictures allocate their colors correctly (V39 and above).
  1018.  
  1019. - Gauge frame and radio button spacing didn't work.
  1020.  
  1021. - Reduced flicker when resizing a window with a fancy background.
  1022.  
  1023. - Added configuration switch for window redraw type. Possible settings
  1024.   are fast/ugly and slow/nice. Defaults to fast/ugly, which isn't really
  1025.   really ugly but maybe faster.
  1026.  
  1027. - Added special screen type to address the frontmost public screen.
  1028.  
  1029. - Speeded up first drawing of a window.
  1030.  
  1031. - Fixed some simple refresh problems with page groups.
  1032.  
  1033. - Iconify Gadget wasn't visible on a one plane display.
  1034.  
  1035. - Improved text rendering speed about 20% (maybe even more if you have
  1036.   some data cache).
  1037.  
  1038. - Made cycle popups blazingly fast and more configurable (frame setting).
  1039.  
  1040. - One gadget requesters can always be answered with the [Press] key.
  1041.  
  1042. - Two gadget requesters can always be answered with 'y' for the left
  1043.   and 'n' for the right gadget.
  1044.  
  1045. - Requester buttons sometimes were layouted with no intermediate
  1046.   spacing.
  1047.  
  1048. - Scrolling a partially obscured listview in a simple refresh window
  1049.   would create some pixel garbage.
  1050.  
  1051. - Reasonably speeded up listview drawing, cursor handling and multi
  1052.   selecting. Together with keyboard scrolling, display is even faster
  1053.   if a listview's height is exactly a multiple of its line height.
  1054.  
  1055. - Implemented configuration switch for full line listviews. These
  1056.   listviews won't show incomplete lines are and are somewhat
  1057.   faster. Default are full line listviews.
  1058.  
  1059. - Fixed some public screen open and close problems.
  1060.  
  1061. - Tab size in floattext class was handled wrong.
  1062.  
  1063. - Eliminated first and last line flicker when scrolling listviews.
  1064.  
  1065. - Rearranged and rewrote parts of the documentation.
  1066.  
  1067. - Please read the manuals "Discussion" section before reporting
  1068.   any problems!
  1069.  
  1070.  
  1071. Changes for programmers:
  1072.  
  1073. - Attention... very powerful feature... :-)
  1074.   Implemented virtual (scrolling) groups. Included new program
  1075.   "Virtual" for demonstration.
  1076.  
  1077. - New color oriented classes: Colorfield, Coloradjust, Palette.
  1078.  
  1079. - Fixed vertical slider problem.
  1080.  
  1081. - Trying to create an object from a non existing class caused an
  1082.   enforcer hit.
  1083.  
  1084. - Enabling a group containing prop/string gadgets didn't really enable
  1085.   the gadgets.
  1086.  
  1087. - Implemented MUIM_WriteString and MUIM_WriteLong methods for easy
  1088.   structure updating.
  1089.  
  1090. - Implemented MUIA_ControlChar for slider objects.
  1091.  
  1092. - MUIA_Group_ActivePage didn't trigger notification.
  1093.  
  1094. - Fixed some minor text engine bugs.
  1095.  
  1096. - During the execution of a MUIM_CallHook in a notify method,
  1097.   other MUI tasks were locked.
  1098.  
  1099. - Implemented MUIA_Version and MUIA_Revision attributes to allow
  1100.   version checking for applications.
  1101.  
  1102. - The number of the current entry is passed to a list display
  1103.   hook as additional parameter.
  1104.  
  1105. - Setting a boopsi gadgets attributes didn't cause a display update.
  1106.  
  1107. - Setting MUIA_Background wouldn't always update the display.
  1108.  
  1109. - Children of MUIA_Group_SameXXXX groups could accidently be enlarged
  1110.   beyond their maximum size.
  1111.  
  1112. - Implemented MUIA_Application_BrokerPri attribute.
  1113.  
  1114. - Implemented MUIA_Application_BrokerPort attribute. This port can
  1115.   e.g. be used to add additional HotKeys with the HotKey() amiga.lib
  1116.   function.
  1117.  
  1118. - Recognizing a press/release of a prop gadget is possible by
  1119.   listening to the MUIA_Prop_Pressed attribute.
  1120.  
  1121. - Adding and removing members of groups could accidently change
  1122.   the groups orientation.
  1123.  
  1124. - Implemented some new standard images concerning tape deck and network
  1125.   issues.
  1126.  
  1127. - MUIM_Application_Get/SetMenuCheck didn't work.
  1128.  
  1129. - Some Modula and Oberon interface changes.
  1130.  
  1131. - Implemented MUIA_Slider_Quiet tag to hide the number output.
  1132.  
  1133. - Implemented MUIA_Dirlist_MultiSelDirs attribute.
  1134.  
  1135. - Implemented MUIA_Window_PublicScreen tag to force opening windows
  1136.   on certain public screens.
  1137.  
  1138. - Implemented MUIM_List_NextSelected to help stepping through selected
  1139.   entries of a list.
  1140.  
  1141. - Implemented MUIA_List_Title attribute to support titles for
  1142.   (multi columned) lists.
  1143.  
  1144. - MUIA_List_Active wasn't reported during a MUIM_List_Clear.
  1145.  
  1146. - MUIA_List_Active was reported twice during a MUIM_List_Remove.
  1147.  
  1148. - MUIA_Boopsi_Object didn't trigger notification.
  1149.  
  1150. - Implemented default sizes for all classes. New windows will
  1151.   be opened using these default sizes instead of
  1152.   MUIV_Window_Width/Height_MinMax(10).
  1153.  
  1154. - Menu multi select didn't work.
  1155.  
  1156. - Autodocs are alphabetically sorted now.
  1157.  
  1158.  
  1159.  
  1160. ------------------------------------------------------------------------
  1161. Version 1.3  (29-Aug-93)                      (muimaster.library V5.141)
  1162. ------------------------------------------------------------------------
  1163.  
  1164. - MUIA_String_Secret string gadgets crashed on an 68000.
  1165.  
  1166. - Corrected assembler includes.
  1167.  
  1168. - Fixed bug with MUIA_Window_ActiveObject.
  1169.  
  1170.  
  1171.  
  1172. ------------------------------------------------------------------------
  1173. Version 1.2  (28-Aug-93)                      (muimaster.library V5.140)
  1174. ------------------------------------------------------------------------
  1175.  
  1176. - Fixed enforcer hits in ARexx HELP command.
  1177.  
  1178. - Setting MUIA_Background did not refresh the display.
  1179.  
  1180. - Added validity check on key description strings in prefs program.
  1181.  
  1182. - Initializing string or prop gadgets with MUIA_Disabled didn't really
  1183.   disable the gadget.
  1184.  
  1185. - Fixed some sync problems with MUIA_String_Integer.
  1186.  
  1187. - Menu checkmarks would disappear when a window was closed and reopened.
  1188.  
  1189. - Specifying a non existing font caused windows to disappear.
  1190.  
  1191. - Included Manx, Assembler, Modula, Oberon and Amiga-E interfaces.
  1192.  
  1193. - Implemented MUIA_Window_Screen attribute. This allows opening a
  1194.   MUI window on an explicitly defined intuition screen.
  1195.  
  1196. - Rewrote the image caching mechanism. This should fix some bugs
  1197.   and system crashes with non existing external image files.
  1198.  
  1199. - Fixed a bad bug that could trash the stack under certain
  1200.   circumstances.
  1201.  
  1202. - MUIA_Selected didn't work at object creation time.
  1203.  
  1204. - Better MOUSEMOVE and INTUITICKS handling to improve performance.
  1205.  
  1206. - Using simple refresh windows would sometimes freeze the system.
  1207.  
  1208. - Attention... very powerful feature... :-)
  1209.   Implemented two new attributes for group class:
  1210.   MUIA_Group_PageMode   (TRUE/FALSE)      this group is a page group.
  1211.   MUIA_Group_ActivePage (0...numchilds-1) this child shall be displayed.
  1212.   Page groups always show exactly one of their childs. The number of
  1213.   this child can be changed dynamically, even in an open window.
  1214.   New demo "Pages" demonstrates the new page groups.
  1215.  
  1216. - Included AppWindow support. See MUIA_Window_AppWindow,
  1217.   MUIA_Application_DropObject and MUIA_AppMessage for details.
  1218.   New demo "AppWindow" for demonstration.
  1219.  
  1220. - Bumped version number of all libs to 5. You must not mix MUI
  1221.   classes and libraries with different version numbers, this
  1222.   will lead into problems. Revision numbers are uncritical.
  1223.   Note: This does not affect applications. They will of course
  1224.   work with all MUI releases, as long as all version numbers
  1225.   are identical.
  1226.  
  1227. - Included version number checking. MUI will refuse to open
  1228.   classes when the class version doesn't match the master
  1229.   library. Note: when I'm sure about internal class communication
  1230.   (maybe in a few months...), this check will become obsolete.
  1231.  
  1232.  
  1233.  
  1234. ------------------------------------------------------------------------
  1235. Version 1.1  (15-Aug-93)                       (muimaster.library V4.58)
  1236. ------------------------------------------------------------------------
  1237.  
  1238. - Removed a remaining serial debug output.
  1239.  
  1240. - Corrected installation script for 2.x systems.
  1241.  
  1242. - Corrected HELP: assign of "StartMeFirst" script.
  1243.  
  1244. - Corrected some autodocs and header file bugs.
  1245.  
  1246. - Added system configuration switch to adjust window refresh
  1247.   type, possibilities are simple refresh and smart refresh.
  1248.  
  1249. - Made some changes to the Oberon interface.
  1250.  
  1251. - String gadgets with an invisible font ate some bytes of memory.
  1252.  
  1253. - Fixed some bugs with failing boopsi images.
  1254.  
  1255. - Some minor changes to some of the demo programs.
  1256.  
  1257. - Speeded object creation about 10%.
  1258.  
  1259. - For boopsi image implementors: boopsi images now have the ability
  1260.   to specify a desired minimum and maximum size. See "mui.h"
  1261.   for details.
  1262.  
  1263. - Implemented MUIA_Window_DefaultObject attribute. See autodocs
  1264.   for details.
  1265.  
  1266. - Added some new boopsi images.
  1267.  
  1268. - Implemented MUIA_ControlChar for radio buttons. Pressing
  1269.   the control char will activate the next (shift -> previous)
  1270.   radio button element.
  1271.  
  1272. - Implemented MUIA_ControlChar for string gadgets. Pressing
  1273.   the control char will activate the gadget.
  1274.  
  1275. - Added some more keyboard shortcuts to the prefs program.
  1276.  
  1277. - Minimum width for MUIA_Window_SizeRight windows was calculated wrong.
  1278.  
  1279. - Last characters of some text fields were not displayed with
  1280.   certain fonts.
  1281.  
  1282.  
  1283.  
  1284. ------------------------------------------------------------------------
  1285. Version 1.0  (08-Aug-93)                        (muimaster.library V4.4)
  1286. ------------------------------------------------------------------------
  1287.  
  1288. - Initial Release.
  1289.